services.caddy.virtualHosts.<name>.listenAddresses
A list of host interfaces to bind to for this virtual host.
- Type
list of string- Default
[ ]- Example
[ "127.0.0.1" "::1" ]- Declared
- <nixpkgs/nixos/modules/services/web-servers/caddy/default.nix>
A list of host interfaces to bind to for this virtual host.
list of string[ ][
"127.0.0.1"
"::1"
]